Sandbox Logo

Sandbox.Utility.CircularBuffer<T>.IsFull

bool IsFull { get; set; }

Description

Boolean indicating if Circular is at full capacity. Adding more elements when the buffer is full will cause elements to be removed from the other end of the buffer.

Return

User Comments